home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00188_JukeBox- Select Track.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  208 b   |  7 lines

  1. on mouseUp
  2.   global gBackgroundSound, gBackgroundVolume
  3.   set gBackgroundSound to the clickOn
  4.   sound playFile 2, getpn() & "Sounds:Bckgrd" & gBackgroundSound & ".aif"
  5.   go(label("J" & gBackgroundSound))
  6. end
  7.